3.48 \(\int (a+b \tanh ^{-1}(c x))^p \, dx\)

Optimal. Leaf size=13 \[ \text {Int}\left (\left (a+b \tanh ^{-1}(c x)\right )^p,x\right ) \]

[Out]

Unintegrable((a+b*arctanh(c*x))^p,x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \left (a+b \tanh ^{-1}(c x)\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*ArcTanh[c*x])^p,x]

[Out]

Defer[Int][(a + b*ArcTanh[c*x])^p, x]

Rubi steps

\begin {align*} \int \left (a+b \tanh ^{-1}(c x)\right )^p \, dx &=\int \left (a+b \tanh ^{-1}(c x)\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.48, size = 0, normalized size = 0.00 \[ \int \left (a+b \tanh ^{-1}(c x)\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*ArcTanh[c*x])^p,x]

[Out]

Integrate[(a + b*ArcTanh[c*x])^p, x]

________________________________________________________________________________________

fricas [A]  time = 2.14, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \operatorname {artanh}\left (c x\right ) + a\right )}^{p}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))^p,x, algorithm="fricas")

[Out]

integral((b*arctanh(c*x) + a)^p, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \operatorname {artanh}\left (c x\right ) + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))^p,x, algorithm="giac")

[Out]

integrate((b*arctanh(c*x) + a)^p, x)

________________________________________________________________________________________

maple [A]  time = 0.30, size = 0, normalized size = 0.00 \[ \int \left (a +b \arctanh \left (c x \right )\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arctanh(c*x))^p,x)

[Out]

int((a+b*arctanh(c*x))^p,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \operatorname {artanh}\left (c x\right ) + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))^p,x, algorithm="maxima")

[Out]

integrate((b*arctanh(c*x) + a)^p, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.08 \[ \int {\left (a+b\,\mathrm {atanh}\left (c\,x\right )\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*atanh(c*x))^p,x)

[Out]

int((a + b*atanh(c*x))^p, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \operatorname {atanh}{\left (c x \right )}\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*atanh(c*x))**p,x)

[Out]

Integral((a + b*atanh(c*x))**p, x)

________________________________________________________________________________________